Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix default values in microprofile-config.properties #383

Merged
merged 1 commit into from
Oct 2, 2024

Conversation

Ladicek
Copy link
Contributor

@Ladicek Ladicek commented Oct 2, 2024

Various config readers (notably, AbstractVertxExporterProvider) read config values in a case sensitive manner. All the OpenTelemetry config values are supposed to be lower-case, so this commit changes the default values in microprofile-config.properties to also be lower-case.

Various config readers (notably, `AbstractVertxExporterProvider`) read
config values in a case sensitive manner. All the OpenTelemetry config
values are supposed to be lower-case, so this commit changes the default
values in `microprofile-config.properties` to also be lower-case.
@Ladicek Ladicek requested a review from radcortez October 2, 2024 14:03
@Ladicek
Copy link
Contributor Author

Ladicek commented Oct 2, 2024

Not sure who the best reviewer would be, so going with the GitHub suggestion :-) Please mark someone else if applicable. Thanks!

@radcortez
Copy link
Member

@radcortez radcortez merged commit 91f4543 into smallrye:main Oct 2, 2024
4 checks passed
@github-actions github-actions bot added this to the 2.8.1 milestone Oct 2, 2024
@Ladicek Ladicek deleted the fix-default-config branch October 3, 2024 06:47
@Ladicek
Copy link
Contributor Author

Ladicek commented Oct 3, 2024

Yeah, I see the specification uses upper-case in these cases. That is also wrong.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants